simetrix.BoundsOptions

class simetrix.BoundsOptions(*values)

Bases: Enum

Options for Element.bounds() method.

Attributes

BODYONLY

Return bounds excluding property text.

RELATIVE

Positions relative to element origin point.

BODYONLY = 0

Return bounds excluding property text.

RELATIVE = 1

Positions relative to element origin point.